home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 3 / Amiga Format CD03 (1996-07-04)(Future Publishing)(GB)(Track 1 of 6)[!][issue 1996-08].iso / comms / netsoftware / amitcpdemo_40.readme < prev    next >
Text File  |  1996-05-20  |  27KB  |  624 lines

  1. Short:    TCP/IP protocol stack
  2. Author:   AmiTCP-Group@ndsi.fi (Network Solutions Development Inc.)
  3. Uploader: AmiTCP-Group@nsdi.fi
  4. Version:  Release 4.0 demo version
  5. Type:     comm/net
  6.  
  7.   AmiTCP/IP is the most videly used TCP/IP protocol stack for the
  8.   Amiga. AmiTCP/IP utilizes the standard Sana-II network device
  9.   drivers and provides an application level socket interface to the
  10.   Internet protocol suite as an Amiga shared library.
  11.  
  12.   AmiTCP/IP is propiertary, copyrighted product of the NSDi - Network
  13.   Solutions Development Inc, Finland.  See the file 'LICENCE' included
  14.   in the archive for the licence conditions.
  15.  
  16.   This is the demonstration version of the AmiTCP/IP 4.0.
  17.  
  18. * About the Commercial AmiTCP/IP Version
  19.  
  20.   The commercial version of AmiTCP/IP 4.0 includes:
  21.  
  22.     - Enchanced version of AmiTCP:
  23.       - Frendlier logging system with global filter etc.
  24.       - Cache for name server replies
  25.       - Sana-II 2.0 support
  26.       - Full BOOTP support
  27.       - Access control for server programs
  28.       - Optimized version for '20 and up
  29.     - Automatic BOOTP configuration utility
  30.     - Printed & online User Manual
  31.     - Technical support via email, fax and normal mail
  32.  
  33.   All the new features in the future will be added to the commercial
  34.   version only.
  35.  
  36.   The commercial version can be ordered from:
  37.  
  38.     NSDi / Orders
  39.     P.O.Box 32
  40.     FIN-02151 ESPOO
  41.     FINLAND
  42.  
  43.     email: <orders@nsdi.fi>
  44.     fax: +358-0-452-1998
  45.  
  46.   VISA and Master Card are accepted. More complete order information
  47.   is included in the demo version archive (in the file "HowToOrder".
  48.  
  49. * Distributions
  50.  
  51.   AmiTCP/IP 4.0 is distributed in 2 archives:
  52.  
  53.     AmiTCP-demo-40.lha    AmiTCP/IP demo version package
  54.     AmiTCP-sdk-40.lha    Include files, link libraries and examples
  55.  
  56.   The source distribution with sources to some of the utilities and
  57.   applications will be relesed shortly, too.
  58.  
  59.   If you just want to use AmiTCP/IP you need just 'demo'. If you want
  60.   to write your own applications you need 'sdk', too. Number in the
  61.   name corresponds to distribution version.
  62.  
  63.   Unpack archive(s), then read LICENCE, README.FIRST and HowToInstall.
  64.  
  65. * Bug reports 
  66.  
  67.   Send any bug reports to <AmiTCP-Bug@nsdi.fi>.
  68.  
  69. * New Features, enchancements and bug fixes on each release:
  70.  
  71.   NOTE: 3.0 beta releases are not mentioned in this list for clarity
  72.   and to avoid unnecessary confusion.
  73.  
  74.   New Features on the commercial 4.0 (not in the demo version):
  75.  
  76.     * AmiTCP:
  77.     - Added an optimized IP header checksum routine.
  78.     - Added full support for the BOOTP.
  79.     - Added Sana-II packet filtering function and interface configuration
  80.       flag "FILTER". This is needed only if you have several protocol
  81.       stacks using the same Sana-II device and unit. Envoy, for example
  82.       uses IP, too, so the FILTERing should be enabled on interfaces
  83.       shared with Envoy.
  84.     - Added "INACTIVE" to the log window parameters.
  85.     - Added simple (but efficient) access control to the protocol
  86.       stack. Now it is possible to deny TCP connections to
  87.       given/any ports from given/any machine.
  88.     - Added caching of the host info got from the name servers
  89.     - Added configuration variable LOG FILTER (defaults to 7, all
  90.       messages shown).
  91.  
  92.   New Utilities on 4.0 demo:
  93.  
  94.     * ch_nfsc:
  95.     - Carsten Heyl's (SUN NFS compatible) NFS client added to the
  96.       distribution. (Newest version for the AmiTCP/IP 4.0).
  97.  
  98.     * ftpd:
  99.     - net/2 ftp server ported by Magnus Lilja.
  100.       
  101.     * telnet:
  102.     - Totally new version.
  103.  
  104.     * APIPE:
  105.     - Added to the distribution.
  106.  
  107.     * traceroute:
  108.     - Trace routes used to send packets to some host.
  109.  
  110.     * hostname:
  111.     - Return the AmiTCP's view of the current host name.
  112.  
  113.     * id, login, passwd, umask and whoami:
  114.     - New usergroup.library oriented utilities
  115.     
  116.     * resolve:
  117.     - Return host, network, protocol or service name from the IP
  118.       address, network number, protocol number or service number,
  119.       correspondingly. 
  120.  
  121.     * rsh:
  122.     - Execute commands on remote hosts, note that the server
  123.       program is not included.
  124.  
  125.     * portmap:
  126.     - RPC program,version to port mapper, needed to be run before
  127.       any RPC based servers.
  128.  
  129.     * rpcinfo:
  130.     - Utility to show RPC bindings on a portmap on some host.
  131.  
  132.   Removed utilities on 4.0 demo:
  133.  
  134.     * ftp:
  135.     - was outdated, use ncftp instead (Hint: alias ftp ncftp -u [])
  136.  
  137.     * qwriter:
  138.     - not needed
  139.  
  140.     * agnet:
  141.     - not needed
  142.     
  143.   New Features on 4.0 demo:
  144.  
  145.     * distribution:
  146.     - All files which are installed to non-AmiTCP directories are
  147.       now placed in AmiTCP:export. After the installation is done
  148.       you can delete all these files.
  149.     - ExtUtil directory contains some usefull stuff for the remote
  150.       Unix side.
  151.  
  152.     * AmiTCP:
  153.     - AmiTCP now detaches itself, so it should not be started with "run"
  154.       any more!
  155.     - Added the link level address handling, changed if_type to use
  156.       hardware types.
  157.     - Added new sana-II errors to the error lists.
  158.     - Added "ADDRESS" option to interface properties in db/interfaces
  159.       with which the default Sana-II hardware address can possibly be 
  160.       overriden. This is useful if the default hardware address
  161.       cannot be used (for example, if AmiTCP/IP is used over
  162.       Ethernet concurrently with DECnet protocol (Enlan DFS)).
  163.     - Configured domain names are now used on internal host
  164.       searches, too.
  165.     - Added error messages to startup failures.
  166.     - Early error messages are now printed to the console.
  167.     - db/resolv.conf is now read for DOMAIN and NAMESERVER entries.
  168.     - db/netdb is not read any more, the individual files (hosts,
  169.       protocols, networks, sercives, resolv.conf and inet.access)
  170.       are read explicitly
  171.     - WITH keyword is removed from netdb parsing
  172.     - Removed ARexx variables TASKNAME and NTHBASE (they were
  173.       obsolete).
  174.     - Added new API function GetSocketEvents().
  175.     - Added new SocketBaseTagList() tag SBTC_SIGEVENTMASK.
  176.     - Added new socket option SO_EVENTMASK
  177.     - Socket owner is now set by default, _except_ after
  178.       ObtainSocket().
  179.     - FIOSETOWN ioctl now demands the caller to set itself as the
  180.       owner.
  181.     - db/interfaces interface names can now contain numbers and
  182.       must be unique, no separate unit number is used. Sana-II
  183.       devices unit number MUST be present.
  184.     - Added new callback functionality to coordinate fd tables
  185.       with the link library. (SocketBaseTags() tag
  186.       SBTC_FDCALLBACK).
  187.     - Made name server resolving multithreaded. Now each
  188.       application has it's own set of resolver state variables.
  189.       Before any name resolvation would block if another
  190.       resolvation was in progress.
  191.     - Added h_errno setting via a pointer (SocketBaseTags() tag
  192.       SBTC_HERRNOLONGPTR).
  193.     - Changed the AmiTCP ARexx port (AMITCP) to show only after the API
  194.       is up and running (no need to "wait" on the bin/startnet).
  195.     - Added functions sendmsg() and recvmsg() for scatter/gather I/O.
  196.     - First parameter to Dup2Socket() can now be -1 to mark the fd
  197.           (the second parameter) as not to be used by AmiTCP.
  198.     - Added function SocketBaseTagList(). Tag definitions for it are
  199.           on netinclude:amitcp/socketbasetags.h
  200.     - Added function gethostid(), which returns the primary IP
  201.           address of the host as the unique host id.
  202.     - Implemented gethostname() API function and HOSTNAME ARexx variable
  203.       (QUERY/SET). The host name is queried from the netdb and/or name
  204.       server, if it is not explicitly given in db/AmiTCP.config _or_ set
  205.       with the ARexx SET command.
  206.     - Added support for the BSD %m feature to the syslog() (%m is
  207.           replaced by the error description of current errno value), Also
  208.           changed the formatting code to not use the Exec's RawDoFmt()
  209.           allowing 32 bit values to be printed without the 'l' size
  210.           modifier. 
  211.     - Only the sizes 1, 2 and 4 are now allowed for the errno
  212.           variable.
  213.     - SetErrnoPtr() has now return value. 0 on success and -1
  214.           otherwise. The _old_ errno indicates the error causing the
  215.           failure.
  216.     - "new" interface naming style (eg. slip.device/0 -> slip0)
  217.  
  218.     * db/inet.access:
  219.     - New configuration file for Internet access control. Includes
  220.       documentation. (Functional only on commercial version.)
  221.  
  222.     * db/interfaces:
  223.     - New configuration file to allow easy extension to new sana2
  224.       devices. Maps interface names to sana2 parameters.
  225.  
  226.     * libs/usergroup.library:
  227.     - New library managing the user/group information.
  228.     - default user is now "nobody".
  229.  
  230.     * devs/netinfo.device
  231.         - New device, which handles the actual user/group database
  232.       files.
  233.     - Uses DOS notifications, the changes in passwd and group
  234.       files are immediately visible with passwd and group maps.
  235.  
  236.     * Install_AmiTCP:
  237.     - Various fixes and enchancements including:
  238.     - Interfaces are handled in new style,
  239.     - SLIP and CSLIP configuration files are now created,
  240.     - some support for dynamic IP addressing
  241.     - AmiTCP:log directory is created,
  242.     - db/resolv.conf is now created,
  243.     - added info about private IP address ranges (RFC1597),
  244.     - "login" and "umask" are now done at startnet, not s:user-startup
  245.     - many other clarifications and suggestions.
  246.  
  247.     * rh(c)slip.device:
  248.     - Added configureable MTU and EOFMODE.
  249.  
  250.     * tcp_AmiTCP:
  251.     - Added sending of custom packet to ABORT pending read packet
  252.       when network closes the connection. This packet is FIFO
  253.       spesific and won't do anything when using another handler.
  254.       Anyway, it works with emacs which uses FIFO to communicate
  255.       with spawned processes.
  256.  
  257.     * napsaterm:
  258.     - Upgraded to version 3.8, merged enchanchements made by R. Knop
  259.       (tektronix emulation).
  260.     - Telnet protocol support (-d telnet).
  261.     - Added "About" requester.
  262.     - Uses the usergroup.library for user information.
  263.  
  264.     * netfs:
  265.     - Updated version.
  266.  
  267.     * tcp_AmiTCP:
  268.     - Updated version.
  269.  
  270.     * inet-handler:
  271.     - Updated version.
  272.  
  273.     * netstat:
  274.     - Added resolving the IP addresses (by Pavel Troller
  275.       <patrol@k332.feld.cvut.cz>). The resolving is done with
  276.       AmiTCP command 'resolve' via APIPE:, and can be bypassed
  277.       with command line switch '-n'.
  278.     - Added caching the resolved addresses (jraja).
  279.     - Added more symbolic output (socket names, routes, &c).
  280.  
  281.     * online, offline:
  282.     - 'new style' interface names are now recognized.
  283.     - more informative error messages
  284.  
  285.     * ncftp:
  286.     - Updated to the ncftp 1.8.3. Main new feature is "passive mode",
  287.       which can be toggled with "passive" command. Passive mode allows
  288.       usage through a firewall which does not let incoming connection
  289.       requests to come through.
  290.     - Default stack is now 8192 bytes, since 4096 was not enough.
  291.     - CTRL-C handling is now better, transfers can be interrupted
  292.       without side effects now.
  293.     - Uses usergroup.library to find the user name _and_ home
  294.       directory. 
  295.  
  296.     * a2065.device:
  297.     - Updated to a new version.
  298.  
  299.     * inetd:
  300.     - Added DOS notifications on the inetd.conf. Now inetd will
  301.       read the inetd.conf again when DOS notifies that it has
  302.       changed.
  303.     - Added support for naïve servers using DOS IO.  Fixed some bugs.
  304.     - Added task priority and stack size parameters per
  305.       server. See the provided db/inetd.conf for examples.
  306.     - Added command line option SERVPRI/K/N, which can be used to set
  307.       the process priority on which the launced servers are run. The
  308.       default is -1.
  309.  
  310.     * finger:
  311.     - Changed to use stdio on the socket for improved speed (data
  312.       is now read in chunks instead of a byte at a time).
  313.  
  314.     * ping:
  315.     - New loose routing option (-L).
  316.  
  317.   Fixes Bugs on 4.0 demo:
  318.  
  319.     * AmiTCP:
  320.     - Fixed bug with configuration string setting. Too small buffer
  321.       restricted the configuration string sizes to less than 24 bytes.
  322.     - Fixed bug causing second instance of AmiTCP to hang before
  323.       it could exit (only one copy can be run at a time).
  324.     - Fixed concurrency control problem which very randomly caused
  325.       severe problems.
  326.     - A bug causing enforcer hits with buggy SANA-II drivers is fixed.
  327.     - Fixed syslog message level handling. It was broken if the facility
  328.       code was present.
  329.     - Fixed S2_GETSTATIONADDRESS and S2_CONFIGINTERFACE usage according
  330.       the Sana-II standard.
  331.     - Changed gethostbyname() not to treate the name as dot notation IP
  332.       address based on the first digit only. Full check for the dot
  333.       notation is now made.
  334.     - Fixed ARP hardware type field to be always set to Ethernet, as 
  335.       specified in the standard. This means that ARP on other than 
  336.       ethernet is not compatible between this release and the earlier 
  337.       ones.
  338.     - Host aliases are now searched case insensitively, too
  339.     - gethostbyaddr() now checks all the addresses given to a
  340.       specific host.
  341.     - ARexx result is now always given.
  342.     - Packets exceeding MTU are now truncated, not dropped.
  343.     - Fixed bug in getservbyname() which now checks the protocol
  344.       string.
  345.     - Fixed the bug in log file/console name change notify
  346.       function (NETTRACE's DosBase is no more used before
  347.       initialization).
  348.     - Fixed the route dumping bug.
  349.     - Logging information is now appended to the end of the old
  350.           log file.
  351.  
  352.     * online, offline:
  353.     - now set the DOS error code correctly
  354.  
  355.     * serv/in.fingerd:
  356.     - The finger -s is now called if no user names are provided.
  357.  
  358.     * db/passwd-example:
  359.     - Root password is now empty by default. Install_AmiTCP
  360.       requires the user to set the root password on installation.
  361.  
  362.     * napsaterm:
  363.     - Error messages are now printed correctly.
  364.  
  365.     * askhost, showmount:
  366.     - Updated to allow host names starting with a digit.
  367.  
  368.     * netinfo.device:
  369.     - Added 4 bytes to CreateIORequest() request size due Mungwall
  370.       pickiness.
  371.  
  372.     * ls (sort.c):
  373.     - Fixed a sorting bug which caused a crash in some cases.
  374.     
  375.     * inetd:
  376.     - Fixed bugs in server argument parsing. Before any more than
  377.       one argument would not have worked. (Thanks to Magnus Lilja
  378.       for pointing this out).
  379.  
  380.     * rsh:
  381.     - Fixed bug which caused sending to stop if input was redirected
  382.       from a (not small) file.
  383.  
  384.     * ping:
  385.     - record routing (-R) now works.
  386.  
  387.  
  388.   New Features on 2.3:
  389.  
  390.     * AmiTCP:
  391.     - New ARexx command "KILL" and a new script, bin/stopnet,
  392.           which sends this command to AmiTCP, causing it to try to
  393.           stop all networking applications, and if successfull,
  394.           itself, too.
  395.  
  396.     * NcFTP:
  397.     - Faster I/O on binary transfers.
  398.  
  399.   Fixed Bugs on 2.3:
  400.  
  401.     * AmiTCP:
  402.     - Removed the incorrect use of M_EOR, which caused fragmented
  403.           packets to be    truncated.
  404.  
  405.   New Features in 2.2:
  406.  
  407.     * AmiTCP:
  408.      - The interactive sessions have now a higher priority when
  409.       using rh(c)slip.device
  410.  
  411.     * netstat:
  412.     - Routing table can be dumped
  413.  
  414.   Fixed Bugs in 2.2:
  415.  
  416.     * arp: 
  417.     - Arp table dumping is now working
  418.  
  419.   New Features in 2.1:
  420.  
  421.     * AmiTCP:
  422.     - A timestamp is added to the log messages
  423.     - Faster checksum calculation implemented in assembler
  424.  
  425.     * Inet-handler:
  426.         - With Inet-Handler you can use AmigaDOS IO to access TCP protocol
  427.  
  428.     * finger: 
  429.     - New application, prints information about local and remote users
  430.  
  431.     * fingerd:
  432.     - Calls now finger when asked for local users. (This feature requires
  433.       Apipe-handler by Per Bojsen, Apipe-handler can be found e.g. on Fish
  434.       disk 783)
  435.  
  436.     * ls:
  437.     - New application, an imitation of Unix directory lister.  Supports
  438.       multiuser filesystems. Included as an example of user and group
  439.       database usage
  440.  
  441.     * Napsaterm:
  442.     - Default window title is now the name of the remote host
  443.     - A public screen can be used with -S switch (thanks Timo Rossi!)
  444.  
  445.     * SynClock:
  446.     - A simple script which synchronize clock in Amiga with
  447.       specified host in network
  448.  
  449. EOF
  450.  
  451.  
  452. ============================= Archive contents =============================
  453.  
  454. Original  Packed Ratio    Date     Time    Name
  455. -------- ------- ----- --------- --------  -------------
  456.      632     279 55.8% 28-Oct-94 20:40:44  AmiTCP-4.0.info
  457.        0       0  0.0% 28-Oct-94 20:49:14  AmiTCP-4.0/
  458.   134732   77769 42.2% 27-Oct-94 06:10:52  AmiTCP-4.0/AmiTCP
  459.    15309    6437 57.9% 21-Oct-94 15:58:42  AmiTCP-4.0/AmiTCP-demo-4.0.readme
  460.    12594    4998 60.3% 15-Oct-94 18:29:50  AmiTCP-4.0/COPYRIGHTS
  461.      478     241 49.5% 28-May-94 12:59:42  AmiTCP-4.0/COPYRIGHTS.info
  462.        0       0  0.0% 28-Oct-94 20:48:42  AmiTCP-4.0/ExtUtil/
  463.     9237    3267 64.6% 10-Jun-94 20:41:22  AmiTCP-4.0/ExtUtil/mg-mouse.el
  464.      700     397 43.2% 10-Jun-94 20:37:00  AmiTCP-4.0/ExtUtil/termcap
  465.     8722    3686 57.7% 24-Oct-94 22:50:00  AmiTCP-4.0/HowToInstall
  466.      487     266 45.3% 28-May-94 12:59:42  AmiTCP-4.0/HowToInstall.info
  467.    13505    3803 71.8% 28-Oct-94 15:32:28  AmiTCP-4.0/HowToOrder
  468.      487     268 44.9% 05-Oct-94 20:54:30  AmiTCP-4.0/HowToOrder.info
  469.    74911   22011 70.6% 24-Oct-94 22:57:58  AmiTCP-4.0/Install_AmiTCP
  470.     1222     520 57.4% 21-Sep-94 03:08:02  AmiTCP-4.0/Install_AmiTCP.info
  471.     3864    1685 56.3% 19-Oct-94 21:20:04  AmiTCP-4.0/LICENCE
  472.      478     240 49.7% 28-May-94 12:59:42  AmiTCP-4.0/LICENCE.info
  473.     3073    1419 53.8% 28-Oct-94 15:36:54  AmiTCP-4.0/README.FIRST
  474.      487     261 46.4% 28-May-94 12:59:42  AmiTCP-4.0/README.FIRST.info
  475.        0       0  0.0% 28-Oct-94 20:48:56  AmiTCP-4.0/bin/
  476.   115144   60034 47.8% 30-Jul-93 13:27:12  AmiTCP-4.0/bin/Installer
  477.      719     499 30.5% 27-May-94 10:10:08  AmiTCP-4.0/bin/SynClock
  478.    17300   10613 38.6% 16-Oct-94 10:35:34  AmiTCP-4.0/bin/arp
  479.     2376    1614 32.0% 16-Oct-94 17:09:24  AmiTCP-4.0/bin/askhost
  480.     3988    2403 39.7% 15-Oct-94 16:02:10  AmiTCP-4.0/bin/ch_chmod
  481.     1736    1244 28.3% 15-Oct-94 16:02:10  AmiTCP-4.0/bin/ch_die
  482.     3016    2026 32.8% 15-Oct-94 16:02:12  AmiTCP-4.0/bin/ch_mknod
  483.    75072   43090 42.6% 15-Oct-94 16:02:12  AmiTCP-4.0/bin/ch_nfsc
  484.     8392    2480 70.4% 15-Oct-94 16:02:12  AmiTCP-4.0/bin/ch_nfsctl
  485.     4884    2941 39.7% 15-Oct-94 16:02:12  AmiTCP-4.0/bin/ch_nfsmount
  486.    12868    8329 35.2% 15-Oct-94 16:02:12  AmiTCP-4.0/bin/ch_setowner
  487.    20596   12961 37.0% 16-Oct-94 10:42:08  AmiTCP-4.0/bin/finger
  488.      508     426 16.1% 16-Oct-94 10:43:20  AmiTCP-4.0/bin/hostname
  489.     1252     743 40.6% 16-Oct-94 10:44:52  AmiTCP-4.0/bin/id
  490.    13040    8077 38.0% 16-Oct-94 10:47:16  AmiTCP-4.0/bin/ifconfig
  491.    16792   10382 38.1% 25-Oct-94 10:58:54  AmiTCP-4.0/bin/inetd
  492.     5280    3339 36.7% 16-Oct-94 10:56:34  AmiTCP-4.0/bin/letnet
  493.     9296    6039 35.0% 27-Oct-94 00:22:50  AmiTCP-4.0/bin/login
  494.     9308    6205 33.3% 16-Oct-94 11:04:14  AmiTCP-4.0/bin/ls
  495.    65492   37545 42.6% 15-Oct-94 23:35:00  AmiTCP-4.0/bin/napsaterm
  496.     1117     604 45.9% 04-Oct-94 22:36:22  AmiTCP-4.0/bin/napsaterm.info
  497.    87996   49009 44.3% 16-Oct-94 17:07:14  AmiTCP-4.0/bin/ncftp
  498.     9484    5727 39.6% 21-Mar-94 17:17:34  AmiTCP-4.0/bin/netmount
  499.    13190    4496 65.9% 03-Oct-94 22:38:26  AmiTCP-4.0/bin/netstat
  500.     3604    2305 36.0% 17-Oct-94 03:34:54  AmiTCP-4.0/bin/offline
  501.     3604    2305 36.0% 16-Oct-94 11:09:54  AmiTCP-4.0/bin/online
  502.     4292    2737 36.2% 16-Oct-94 11:11:38  AmiTCP-4.0/bin/passwd
  503.    19784   12026 39.2% 16-Oct-94 11:16:42  AmiTCP-4.0/bin/ping
  504.    23632   14255 39.6% 16-Oct-94 11:19:12  AmiTCP-4.0/bin/portmap
  505.     1224     820 33.0% 16-Oct-94 11:20:52  AmiTCP-4.0/bin/resolve
  506.    13840    8955 35.2% 16-Oct-94 11:23:54  AmiTCP-4.0/bin/route
  507.    24488   14376 41.2% 16-Oct-94 11:27:36  AmiTCP-4.0/bin/rpcinfo
  508.     8100    5232 35.4% 16-Oct-94 11:30:42  AmiTCP-4.0/bin/rsh
  509.    18132   11009 39.2% 16-Oct-94 11:34:06  AmiTCP-4.0/bin/showmount
  510.      230     192 16.5% 27-May-94 10:10:32  AmiTCP-4.0/bin/stopnet
  511.     6232    3644 41.5% 05-Oct-94 15:49:18  AmiTCP-4.0/bin/telnet
  512.    14540    9234 36.4% 16-Oct-94 11:37:32  AmiTCP-4.0/bin/traceroute
  513.      784     609 22.3% 16-Oct-94 11:38:44  AmiTCP-4.0/bin/umask
  514.      420     333 20.7% 16-Oct-94 11:39:36  AmiTCP-4.0/bin/whoami
  515.      632     278 56.0% 28-May-94 12:59:42  AmiTCP-4.0/bin.info
  516.        0       0  0.0% 28-Oct-94 20:48:58  AmiTCP-4.0/db/
  517.      311     217 30.2% 03-Oct-94 01:07:06  AmiTCP-4.0/db/AmiTCP.config
  518.     1760     873 50.3% 15-Oct-94 16:20:04  AmiTCP-4.0/db/ch_nfstab
  519.        3       3  0.0% 05-Oct-94 02:20:20  AmiTCP-4.0/db/ftpdir
  520.       16      16  0.0% 05-Oct-94 02:17:24  AmiTCP-4.0/db/ftpusers
  521.      293     194 33.7% 03-Oct-94 01:07:08  AmiTCP-4.0/db/group-example
  522.     1254     680 45.7% 05-Oct-94 04:16:52  AmiTCP-4.0/db/hosts
  523.     3301    1560 52.7% 03-Oct-94 01:07:20  AmiTCP-4.0/db/inet.access
  524.     1947     843 56.7% 05-Oct-94 02:28:18  AmiTCP-4.0/db/inetd.conf
  525.     5594    2095 62.5% 28-Oct-94 20:24:32  AmiTCP-4.0/db/interfaces
  526.      933     447 52.0% 05-Oct-94 02:37:14  AmiTCP-4.0/db/napsaprefs
  527.      692     414 40.1% 03-Oct-94 01:07:22  AmiTCP-4.0/db/networks
  528.      538     324 39.7% 28-Oct-94 20:23:02  AmiTCP-4.0/db/passwd-example
  529.      366     252 31.1% 03-Oct-94 01:07:24  AmiTCP-4.0/db/protocols
  530.      413     283 31.4% 03-Oct-94 01:07:24  AmiTCP-4.0/db/resolv.conf-example
  531.      876     462 47.2% 03-Oct-94 01:07:26  AmiTCP-4.0/db/rpc
  532.     1996    1008 49.4% 03-Oct-94 01:07:26  AmiTCP-4.0/db/services
  533.        0       0  0.0% 28-Oct-94 20:48:58  AmiTCP-4.0/devs/
  534.      139     116 16.5% 28-May-94 00:09:18  AmiTCP-4.0/devs/apipe-mountlist
  535.      134     110 17.9% 16-Nov-93 21:58:46  AmiTCP-4.0/devs/inet-mountlist
  536.     7584    4712 37.8% 15-Oct-94 15:09:30  AmiTCP-4.0/devs/netinfo.device
  537.        0       0  0.0% 28-Oct-94 20:49:02  AmiTCP-4.0/doc/
  538.    35242   13368 62.0% 28-Oct-94 12:23:36  AmiTCP-4.0/doc/AmiTCP-FAQ.txt
  539.    18110    7056 61.0% 15-Oct-94 15:39:02  AmiTCP-4.0/doc/GNU-GPL.txt
  540.      827     432 47.7% 17-Oct-93 21:01:26  AmiTCP-4.0/doc/SynClock.doc
  541.      857     461 46.2% 22-Jan-94 12:16:52  AmiTCP-4.0/doc/askhost.doc
  542.     1018     567 44.3% 15-Oct-94 16:21:36  AmiTCP-4.0/doc/ch_chmod.doc
  543.      250     192 23.2% 15-Oct-94 16:21:36  AmiTCP-4.0/doc/ch_die.doc
  544.      509     324 36.3% 15-Oct-94 16:21:36  AmiTCP-4.0/doc/ch_mknod.doc
  545.      445     289 35.0% 15-Oct-94 16:21:36  AmiTCP-4.0/doc/ch_setowner.doc
  546.     1731     884 48.9% 16-Oct-94 16:52:46  AmiTCP-4.0/doc/fingerd.doc
  547.     2406    1235 48.6% 24-Oct-93 13:28:34  AmiTCP-4.0/doc/inet-handler.doc
  548.    43196   14565 66.2% 17-Jun-94 22:18:26  AmiTCP-4.0/doc/ncftp.man
  549.     7237    3056 57.7% 21-Mar-94 17:19:10  AmiTCP-4.0/doc/netfs.doc
  550.    63825   21445 66.4% 28-Oct-94 13:16:10  AmiTCP-4.0/doc/netutil.doc
  551.     1368     652 52.3% 15-Oct-94 16:21:36  AmiTCP-4.0/doc/showmount.doc
  552.     1772     822 53.6% 06-Oct-94 00:41:42  AmiTCP-4.0/doc/slip.doc
  553.     2575    1075 58.2% 05-Oct-94 15:59:00  AmiTCP-4.0/doc/telnet.doc
  554.      632     277 56.1% 28-May-94 12:59:42  AmiTCP-4.0/doc.info
  555.        0       0  0.0% 28-Oct-94 20:49:08  AmiTCP-4.0/export/
  556.        0       0  0.0% 28-Oct-94 20:49:02  AmiTCP-4.0/export/Devs/
  557.        0       0  0.0% 28-Oct-94 20:49:02  AmiTCP-4.0/export/Devs/Networks/
  558.     5444    2846 47.7% 12-May-94 15:23:26  AmiTCP-4.0/export/Devs/Networks/a2060.device
  559.     7708    4557 40.8% 24-Jul-94 15:01:46  AmiTCP-4.0/export/Devs/Networks/a2065.device
  560.     9464    5896 37.7% 04-Oct-94 20:00:04  AmiTCP-4.0/export/Devs/Networks/rhcslip.device
  561.     6480    3982 38.5% 04-Oct-94 19:47:56  AmiTCP-4.0/export/Devs/Networks/rhslip.device
  562.        0       0  0.0% 28-Oct-94 20:49:08  AmiTCP-4.0/export/Fonts/
  563.        0       0  0.0% 28-Oct-94 20:49:04  AmiTCP-4.0/export/Fonts/napsa/
  564.     3012    1651 45.1% 04-Apr-93 18:33:38  AmiTCP-4.0/export/Fonts/napsa/11
  565.     3012    1709 43.2% 04-Apr-93 15:11:24  AmiTCP-4.0/export/Fonts/napsa/11b
  566.     2988    1692 43.3% 04-Apr-93 18:33:06  AmiTCP-4.0/export/Fonts/napsa/11i
  567.      784      46 94.1% 09-Aug-93 16:04:44  AmiTCP-4.0/export/Fonts/napsa.font
  568.        0       0  0.0% 28-Oct-94 20:49:04  AmiTCP-4.0/export/Fonts/napsab/
  569.     2104     792 62.3% 07-Dec-90 18:25:02  AmiTCP-4.0/export/Fonts/napsab/11
  570.      264      30 88.6% 09-Aug-93 16:05:16  AmiTCP-4.0/export/Fonts/napsab.font
  571.        0       0  0.0% 28-Oct-94 20:49:04  AmiTCP-4.0/export/Fonts/napsat/
  572.     2516    1194 52.5% 07-Dec-90 18:25:12  AmiTCP-4.0/export/Fonts/napsat/11
  573.      264      30 88.6% 09-Aug-93 16:05:34  AmiTCP-4.0/export/Fonts/napsat.font
  574.        0       0  0.0% 28-Oct-94 20:49:04  AmiTCP-4.0/export/Fonts/napsav/
  575.     1488     753 49.3% 07-Dec-90 18:25:24  AmiTCP-4.0/export/Fonts/napsav/11
  576.     1488     759 48.9% 07-Dec-90 18:25:20  AmiTCP-4.0/export/Fonts/napsav/11b
  577.     1488     789 46.9% 07-Dec-90 18:25:16  AmiTCP-4.0/export/Fonts/napsav/11bi
  578.     1488     786 47.1% 07-Dec-90 18:25:28  AmiTCP-4.0/export/Fonts/napsav/11i
  579.     1044      54 94.8% 09-Aug-93 16:06:16  AmiTCP-4.0/export/Fonts/napsav.font
  580.        0       0  0.0% 28-Oct-94 20:49:06  AmiTCP-4.0/export/Fonts/napsavb/
  581.     1816     639 64.8% 07-Dec-90 18:25:06  AmiTCP-4.0/export/Fonts/napsavb/11
  582.      264      28 89.3% 09-Aug-93 16:06:34  AmiTCP-4.0/export/Fonts/napsavb.font
  583.        0       0  0.0% 28-Oct-94 20:49:08  AmiTCP-4.0/export/Fonts/napsavt/
  584.     2080     888 57.3% 07-Dec-90 18:25:42  AmiTCP-4.0/export/Fonts/napsavt/11
  585.      264      28 89.3% 09-Aug-93 16:06:50  AmiTCP-4.0/export/Fonts/napsavt.font
  586.        0       0  0.0% 28-Oct-94 20:49:08  AmiTCP-4.0/export/Fonts/napsavw/
  587.     2280     951 58.2% 07-Dec-90 18:25:48  AmiTCP-4.0/export/Fonts/napsavw/11
  588.      264      28 89.3% 09-Aug-93 16:07:04  AmiTCP-4.0/export/Fonts/napsavw.font
  589.        0       0  0.0% 28-Oct-94 20:49:08  AmiTCP-4.0/export/Fonts/napsaw/
  590.     2760    1321 52.1% 07-Dec-90 18:25:38  AmiTCP-4.0/export/Fonts/napsaw/11
  591.     2280     975 57.2% 07-Dec-90 18:25:32  AmiTCP-4.0/export/Fonts/napsaw/11b
  592.      524      41 92.1% 09-Aug-93 16:07:28  AmiTCP-4.0/export/Fonts/napsaw.font
  593.        0       0  0.0% 28-Oct-94 20:49:10  AmiTCP-4.0/export/GNUEmacs/
  594.      572     334 41.6% 05-Oct-94 20:09:20  AmiTCP-4.0/export/GNUEmacs/add_to_.emacs
  595.        0       0  0.0% 28-Oct-94 20:49:10  AmiTCP-4.0/export/GNUEmacs/etc/
  596.     1672    1195 28.5% 09-May-94 11:03:40  AmiTCP-4.0/export/GNUEmacs/etc/tcp_AmiTCP
  597.        0       0  0.0% 28-Oct-94 20:49:10  AmiTCP-4.0/export/GNUEmacs/lisp/
  598.     4461    1825 59.0% 07-Oct-94 15:14:20  AmiTCP-4.0/export/GNUEmacs/lisp/background.el
  599.    42170   12202 71.0% 07-Oct-94 15:14:20  AmiTCP-4.0/export/GNUEmacs/lisp/forms.el
  600.    54197   15680 71.0% 07-Oct-94 15:14:20  AmiTCP-4.0/export/GNUEmacs/lisp/gopher.el
  601.     2811    1384 50.7% 07-Oct-94 15:14:20  AmiTCP-4.0/export/GNUEmacs/lisp/tcp.el
  602.        0       0  0.0% 28-Oct-94 20:49:12  AmiTCP-4.0/help/
  603.    45678   16703 63.4% 15-Oct-94 16:32:38  AmiTCP-4.0/help/ch_nfsc
  604.      504     259 48.6% 15-Oct-94 16:32:38  AmiTCP-4.0/help/ch_nfsc.info
  605.     1315     531 59.6% 15-Oct-94 16:32:38  AmiTCP-4.0/help/ch_nfsutil
  606.      504     259 48.6% 15-Oct-94 16:32:38  AmiTCP-4.0/help/ch_nfsutil.info
  607.    10997    4528 58.8% 05-Oct-94 02:16:56  AmiTCP-4.0/help/ftpd.guide
  608.      504     259 48.6% 05-Oct-94 02:33:58  AmiTCP-4.0/help/ftpd.guide.info
  609.    66227   18668 71.8% 15-Oct-94 23:36:30  AmiTCP-4.0/help/napsaterm.guide
  610.      504     259 48.6% 19-May-94 03:13:36  AmiTCP-4.0/help/napsaterm.guide.info
  611.      632     282 55.3% 05-Oct-94 02:34:40  AmiTCP-4.0/help.info
  612.        0       0  0.0% 28-Oct-94 20:49:12  AmiTCP-4.0/l/
  613.     4076    2490 38.9% 27-May-94 23:49:46  AmiTCP-4.0/l/apipe-handler
  614.     6312    3754 40.5% 20-Sep-94 19:37:28  AmiTCP-4.0/l/inet-handler
  615.    11284    4551 59.6% 21-Mar-94 17:18:04  AmiTCP-4.0/l/netfs-handler
  616.        0       0  0.0% 28-Oct-94 20:49:14  AmiTCP-4.0/libs/
  617.    14272    8481 40.5% 19-Oct-94 04:14:14  AmiTCP-4.0/libs/usergroup.library
  618.        0       0  0.0% 28-Oct-94 20:49:14  AmiTCP-4.0/serv/
  619.    52836   29682 43.8% 05-Oct-94 02:16:40  AmiTCP-4.0/serv/ftpd
  620.     2916    2089 28.3% 15-Oct-94 15:27:36  AmiTCP-4.0/serv/in.fingerd
  621.    12136    7148 41.1% 21-Mar-94 17:18:40  AmiTCP-4.0/serv/netfs-server
  622. -------- ------- ----- --------- --------
  623.  1533600  743020 51.5% 29-Oct-94 01:06:38   166 files
  624.